fix(plugin): dispatch bp-analyze as Agent from setup to avoid rate limits#188
Merged
onlycastle merged 2 commits intomainfrom Mar 26, 2026
Merged
fix(plugin): dispatch bp-analyze as Agent from setup to avoid rate limits#188onlycastle merged 2 commits intomainfrom
onlycastle merged 2 commits intomainfrom
Conversation
…mits The setup wizard's "Run bp analyze now" option previously invoked bp-analyze as an inline skill, which inherited the setup session's accumulated context and hit rate limits. Now dispatches it as an isolated Agent with a clean context, consistent with how the orchestrator dispatches its own stages. Also removes the misleading "Queue for next session" option since direct execution is now safe. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…c in bp-setup Address code review feedback: the LLM executing bp-setup had no way to resolve [PLUGIN_PATH] when dispatching bp-analyze as an Agent. Added explicit resolution path and restructured the Agent call as a code block for clarity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
da75311 to
33a964b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bp setupnow dispatchesbp-analyzeas an isolated Agent instead of invoking it as an inline skill. This prevents the setup wizard's accumulated context from causing rate limits when analysis starts.Changes
packages/plugin/skills/bp-setup/SKILL.md— Step 6 now dispatches bp-analyze as Agent, removed queue optionTest Plan
/plugin marketplace add+/plugin install)bp setup→ choose "Run bp analyze now" → orchestrator launches in isolated contextGenerated with Claude Code using /ship-it